.blocker {
  z-index: 99;
}

.modal {
  overflow: visible;
}

.modal-gallery-trigger:hover {
  cursor: pointer;
}

.modal-gallery-content {
  /*display: none;*/
  width: 100%;
  height: 100%;
}

#modal-container {
  max-width: 90vw;
  max-height: 90vh;
}
#modal-container .modal-gallery-content, #modal-container img, #modal-container video {
  max-width: 87vw;
  max-height: 87vh;
  display: block;
  margin: 0 auto; /**/
}

/*# sourceMappingURL=Modal-custom-style.css.map */
